projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
886a6e3
)
(PIX_MASK_DRAW, PIX_MASK_RETAIN): Move defines to image.c.
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Wed, 31 Aug 2005 08:35:56 +0000
(08:35 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Wed, 31 Aug 2005 08:35:56 +0000
(08:35 +0000)
src/macterm.h
patch
|
blob
|
history
diff --git
a/src/macterm.h
b/src/macterm.h
index a4af93818670f7b26002116656db80f5c9b55d60..b3855f142c698506ed428c6713254ce8e57212b0 100644
(file)
--- a/
src/macterm.h
+++ b/
src/macterm.h
@@
-39,11
+39,6
@@
Boston, MA 02110-1301, USA. */
#define BLACK_PIX_DEFAULT(f) RGB_TO_ULONG(0,0,0)
#define WHITE_PIX_DEFAULT(f) RGB_TO_ULONG(255,255,255)
-/* A black pixel in a mask bitmap/pixmap means ``draw a source
- pixel''. A white pixel means ``retain the current pixel''. */
-#define PIX_MASK_DRAW(f) BLACK_PIX_DEFAULT(f)
-#define PIX_MASK_RETAIN(f) WHITE_PIX_DEFAULT(f)
-
#define FONT_WIDTH(f) ((f)->max_bounds.width)
#define FONT_HEIGHT(f) ((f)->ascent + (f)->descent)
#define FONT_BASE(f) ((f)->ascent)